File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 49
49
# built documents.
50
50
#
51
51
# The short X.Y version.
52
- version = '0.5 '
52
+ version = '0.6 '
53
53
# The full version, including alpha/beta/rc tags.
54
- release = '0.5 '
54
+ release = '0.6 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
-------------
3
3
4
+ **0.6 **
5
+
6
+ * Fixed a missing comma in helpers
7
+ * Added headers to the AggCat Response object
8
+
4
9
**0.5 **
5
10
6
11
* Updated helpers to use uppercase values in the XML when updating account type
Original file line number Diff line number Diff line change 12
12
`See full documentation for quickstart <https://aggcat.readthedocs.org/en/latest/>`_
13
13
"""
14
14
from distutils .core import setup
15
- __version__ = "0.5 "
15
+ __version__ = "0.6 "
16
16
17
17
18
18
setup (
You can’t perform that action at this time.
0 commit comments