Skip to content

Commit

Permalink
Release version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Apr 17, 2023
1 parent 79ae37a commit 5dab76d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 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.1dev11
PROJECT_NUMBER = 0.1

# 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
2 changes: 1 addition & 1 deletion build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package = libdbr
description = High level Python library for Debreate
version = 0.1
version_dev = 11
version_dev = 0

# files for installation
dirs_app = lib
Expand Down
33 changes: 18 additions & 15 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@

next
0.1
- initial release
- created modules:
- bin
- config
- dateinfo
- fileinfo
- fileio
- logger
- misc
- modules
- paths
- sysinfo
- tasks
- unittest
- userinfo
- module bin: functions for executing sub-processes
- module clformat: formatter for argparse
- module compat: functions for version comparison
- module config: functions & classes for managing confiration files
- module dateinfo: functions for date & time formatting
- module fileinfo: functions for file & directory information
- module fileio: functions for reading & writing files
- module logger: class for managing message logging
- module misc: miscellaneous functions
- module modules: functions for managing third-party Python modules
- module paths: functions for managing system paths
- module strings: functions for string formatting & parsing
- module sysinfo: functions for retrieving system information
- module tasks: task creation & execution
- module types: custom types
- module unittest: functions for running unit tests & handling assertions
- module userinfo: functions for retrieving user information
2 changes: 1 addition & 1 deletion lib/libdbr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


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

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

0 comments on commit 5dab76d

Please sign in to comment.