Skip to content

Commit 18785cf

Browse files
Feature/ga release (#9123)
* Update version from 1.0.0b6 to 1.0.0 * Update HISTORY.rst with release information
1 parent 39197b0 commit 18785cf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/neon/HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.0
7+
++++++
8+
* GA release.
9+
610
1.0.0b1
711
++++++
812
* Initial release.
@@ -17,4 +21,4 @@ Release History
1721

1822
1.0.0b4
1923
++++++
20-
* Update the CLI command description to support AI related queries.
24+
* Update the CLI command description to support AI related queries.

src/neon/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.0b6'
13+
VERSION = '1.0.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)