Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit cb24d6d

Browse files
committed
Removed cruft
1 parent 4760ca8 commit cb24d6d

File tree

5 files changed

+11
-34
lines changed

5 files changed

+11
-34
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.0-alpha.2
33
commit = True
44
tag = False
55

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
The 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]

src/bookstack/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
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

src/bookstack/__version__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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'

src/bookstack/utils.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)