Skip to content

Commit c9e3786

Browse files
author
Pietro Albini
committed
Bumped development version number
1 parent a571729 commit c9e3786

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ botogram changelog
99

1010
Here you can see what changed in every botogram release.
1111

12+
.. _changelog-0.2:
13+
14+
botogram 0.2
15+
=============
16+
17+
*Alpha release, not released yet!*
18+
19+
No changes yet.
20+
1221
.. _changelog-0.1:
1322

1423
botogram 0.1

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
copyright = "2015-2016 Pietro Albini"
2323
author = "Pietro Albini"
2424

25-
version = "0.1"
26-
release = "0.1"
25+
version = "0.2"
26+
release = "0.2.dev0"
2727

2828
language = None
2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def hello_command(chat, message, args):
3737

3838
setuptools.setup(
3939
name = "botogram",
40-
version = "0.1",
40+
version = "0.2.dev0",
4141
url = "https://botogram.pietroalbini.io",
4242

4343
license = "MIT",

0 commit comments

Comments
 (0)