Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit c0206b5

Browse files
committed
make release (v1.1)
1 parent 071a4e7 commit c0206b5

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.1 (unreleased)
2-
----------------
1+
1.1
2+
---
33

44
- fix: setup.py not working under some environments (`open` used wrong codec)
55
- add SellerProfile model

atomx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = '1.0.0'
1+
VERSION = '1.1'
22
API_VERSION = 'v1'

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@
6060
# |version| and |release|, also used in various other places throughout the
6161
# built documents.
6262
#
63+
from atomx.version import VERSION
6364
# The short X.Y version.
64-
version = '1.0'
65+
version = VERSION
6566
# The full version, including alpha/beta/rc tags.
66-
release = '1.0'
67+
release = VERSION
6768

6869
# The language for content autogenerated by Sphinx. Refer to documentation
6970
# for a list of supported languages.

0 commit comments

Comments
 (0)