File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
$(MAKE ) -C docs html
63
63
firefox docs/_build/html/index.html
64
64
65
- # Call example: make release version=4.3 .0
65
+ # Call example: make release version=4.4 .0
66
66
release : clean
67
67
git tag -a $(version ) -m ' Create version $(version)'
68
68
git push --tags
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '4.3 .0'
51
+ version = '4.4 .0'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '4.3 .0'
53
+ release = '4.4 .0'
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
__author__ = 'Ramiro Gómez'
3
3
__email__ = 'code@ramiro.org'
4
- __version__ = '4.3 .0'
4
+ __version__ = '4.4 .0'
5
5
6
6
# Extensions of content files that will be processed by Logya.
7
7
allowed_exts = {
You can’t perform that action at this time.
0 commit comments