Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 24, 2023
1 parent 57327c0 commit 3492891
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = libdbr
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1dev1
PROJECT_NUMBER = 0.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions build.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

package = libdbr
description = High level Python library for Debreate
version = 0.1
version_dev = 1
version = 0.2
version_dev = 0

# files for installation
dirs_app = lib
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

next
0.2
- added optional 'sep' parameter to config.setValue for list types
- added optional 'load' parameter to config.setFile for immediate loading
- changed config malformed line log error to warning
Expand Down
4 changes: 2 additions & 2 deletions lib/libdbr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from . import strings


__version = (0, 1)
__version_dev = 1
__version = (0, 2)
__version_dev = 0

## Retrieves version information.
def version():
Expand Down

0 comments on commit 3492891

Please sign in to comment.