Skip to content

Commit a21f1ba

Browse files
committed
version bump
1 parent a106242 commit a21f1ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docs:
6262
$(MAKE) -C docs html
6363
firefox docs/_build/html/index.html
6464

65-
# Call example: make release version=4.3.0
65+
# Call example: make release version=4.4.0
6666
release: clean
6767
git tag -a $(version) -m 'Create version $(version)'
6868
git push --tags

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '4.3.0'
51+
version = '4.4.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '4.3.0'
53+
release = '4.4.0'
5454

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

logya/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
__author__ = 'Ramiro Gómez'
33
__email__ = 'code@ramiro.org'
4-
__version__ = '4.3.0'
4+
__version__ = '4.4.0'
55

66
# Extensions of content files that will be processed by Logya.
77
allowed_exts = {

0 commit comments

Comments
 (0)