Skip to content

Commit

Permalink
Updated version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Nov 27, 2019
1 parent df89e34 commit 4eb7254
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2019-11-27
### Changed
- First public release.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ plugins {
}

group 'org.jetbrains.lets-plot'
version "1.0.1-SNAPSHOT"
project.ext.js_artifact_version = "1.0.dev1"
version "1.0.0"
project.ext.js_artifact_version = "1.0.0"

/*
* Copyright (c) 2019. JetBrains s.r.o.
Expand Down
2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '1.0.dev1'
__version__ = '1.0.0'

0 comments on commit 4eb7254

Please sign in to comment.