Skip to content

Commit

Permalink
Merge pull request #317 from cedwards/release-prep-20210115
Browse files Browse the repository at this point in the history
version bump for 0.8.20210115
  • Loading branch information
cedwards authored Jan 16, 2021
2 parents ae5feaa + 2c5fff7 commit 113beb5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ Christer Edwards [christer.edwards@gmail.com]
## Contributors (code)
- Barry McCormick
- Brian Downs
- Carsten Bäcker
- Chris Wells
- Dave Cottlehuber
- Giacomo Olgeni
- Gleb Popov
- JP Mens
- Jose Rivera
- Juan David Hurtado G.
- Lars E.
- Marius van Witzenburg
- Matt Audesse
- Paul C.
- Petru T. Garstea
- Sven R.
- Tobias Tom

### Special thanks
Software doesn't happen in a vacuum. Thank you to the following people who may
Expand Down
2 changes: 1 addition & 1 deletion docs/chapters/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bastille is available in the official FreeBSD ports tree at
`sysutils/bastille`. Binary packages available in `quarterly` and `latest`
repositories.

Current version is `0.8.20210101`.
Current version is `0.8.20210115`.

To install from the FreeBSD package repository:

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
author = 'Christer Edwards'

# The short X.Y version
version = '0.8.20210101'
version = '0.8.20210115'
# The full version, including alpha/beta/rc tags
release = '0.8.20210101-beta'
release = '0.8.20210115-beta'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion usr/local/bin/bastille
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bastille_perms_check() {
bastille_perms_check

## version
BASTILLE_VERSION="0.8.20210101"
BASTILLE_VERSION="0.8.20210115"

usage() {
cat << EOF
Expand Down

0 comments on commit 113beb5

Please sign in to comment.