Skip to content

Commit 420da37

Browse files
committed
Bump version: 0.3.4 → 0.3.5
1 parent a9aa98e commit 420da37

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.3.4
2+
current_version = 0.3.5
33
files = properties/__init__.py setup.py docs/conf.py
44

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = u'0.3.4'
69+
version = u'0.3.5'
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'0.3.4'
71+
release = u'0.3.5'
7272

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

properties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Profile(properties.HasProperties):
8282
undefined,
8383
)
8484

85-
__version__ = '0.3.4'
85+
__version__ = '0.3.5'
8686
__author__ = 'ARANZ Geo Limited'
8787
__license__ = 'MIT'
8888
__copyright__ = 'Copyright 2017 ARANZ Geo Limited'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
EXTRAS.update({'full': sum(EXTRAS.values(), [])})
3030
setup(
3131
name='properties',
32-
version='0.3.4',
32+
version='0.3.5',
3333
packages=find_packages(exclude=('tests',)),
3434
install_requires=['six'],
3535
extras_require=EXTRAS,

0 commit comments

Comments
 (0)