Skip to content

Commit 29e761c

Browse files
authored
Prepare release 0.5.2 (#51)
* updated version number * updated changelog
1 parent 70144fb commit 29e761c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = "0.5"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "0.5.2-dev.3+pr.49"
69+
release = "0.5.2"
7070

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

docs/releasehistory.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Release History
33
***************
44

5-
Version 0.5.2-dev
5+
Version 0.5.2 (Jan 14, 2020)
66
===================================
7-
- Added more contributing rules to the documentation (0.5.2-dev.1+pr.44, 0.5.2-dev.3+pr.49)
8-
- Fixed a bug that Travis does not run in develop branch (0.5.2-dev.2+pr.47)
7+
- Formalized the management of releases and pre-releases, including rules of branches and versioning
8+
- Added more rules for developers to the documentation
99

1010
Version 0.5.1 (Jan 2, 2020)
1111
===================================

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = adtk
3-
version = 0.5.2-dev.3+pr.49
3+
version = 0.5.2
44
author = Arundo Analytics, Inc.
55
maintainer = Tailai Wen
66
maintainer_email = tailai.wen@arundo.com

src/adtk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
2121
"""
2222

23-
__version__ = "0.5.2-dev.3+pr.49"
23+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)