Skip to content

Commit 0283a43

Browse files
committed
New version
1 parent 5a4a535 commit 0283a43

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[coverage-image]: https://coveralls.io/repos/github/bakwc/PySyncObj/badge.svg?branch=master
1212
[coverage]: https://coveralls.io/github/bakwc/PySyncObj?branch=master
1313

14-
[release-image]: https://img.shields.io/badge/release-0.3.5-blue.svg?style=flat
14+
[release-image]: https://img.shields.io/badge/release-0.3.6-blue.svg?style=flat
1515
[releases]: https://github.com/bakwc/PySyncObj/releases
1616

1717
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656

5757
# General information about the project.
5858
project = u'PySyncObj'
59-
copyright = u'2016, Filipp Ozinov'
59+
copyright = u'2020, Filipp Ozinov'
6060
author = u'Filipp Ozinov'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.3.4'
67+
version = u'0.3.6'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'0.3.4'
69+
release = u'0.3.6'
7070

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

pysyncobj/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.3.5'
1+
VERSION = '0.3.6'

0 commit comments

Comments
 (0)