Skip to content

Commit 6a7fd6c

Browse files
committed
Bumped version and added release notes
1 parent e01a188 commit 6a7fd6c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

aggcat/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '0.5'
52+
version = '0.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.5'
54+
release = '0.6'
5555

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

aggcat/docs/source/release_notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
-------------
33

4+
**0.6**
5+
6+
* Fixed a missing comma in helpers
7+
* Added headers to the AggCat Response object
8+
49
**0.5**
510

611
* Updated helpers to use uppercase values in the XML when updating account type

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
`See full documentation for quickstart <https://aggcat.readthedocs.org/en/latest/>`_
1313
"""
1414
from distutils.core import setup
15-
__version__ = "0.5"
15+
__version__ = "0.6"
1616

1717

1818
setup(

0 commit comments

Comments
 (0)