This repository was archived by the owner on Apr 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-34
lines changed
Expand file tree Collapse file tree 5 files changed +11
-34
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.0-alpha.2
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) ,
5- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.hmtml )
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.hmtml ) .
66
77## [ Unreleased]
88
9- ## [ Released]
10- ### [ 0.1.0] - YYYY-MM-DD
11- Initial release
9+ ## [ Released]
Original file line number Diff line number Diff line change 1- __author__ = 'coffeepenbit'
2- __description__ = "A Python wrapper for BookStack's API"
3- __author_email__ = 'coffeepenbit@gmail.com'
4- __maintainer__ = 'coffeepenbit'
5- __title__ = 'bookstack'
6- __url__ = "https://github.com/coffeepenbit/bookstack"
7- __version__ = '0.1.0-alpha.2'
1+ from .models import BookStack
Original file line number Diff line number Diff line change 1+ __author__ = 'coffeepenbit'
2+ __description__ = "A Python wrapper for BookStack's API"
3+ __author_email__ = 'coffeepenbit@gmail.com'
4+ __maintainer__ = 'coffeepenbit'
5+ __title__ = 'bookstack'
6+ __url__ = "https://github.com/coffeepenbit/bookstack"
7+ __version__ = '0.1.0-alpha.2'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments