Skip to content

Commit

Permalink
Move version to 3.4.0 + Update CHANGES.md
Browse files Browse the repository at this point in the history
cooperlees committed May 30, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 01101ae commit 226a34c
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.4.0 (2019-05-30)

- Fix keep_index_versions by removing symlinks for non normalized_legacy_simple_directory
index.htmnl - `Fixes #262` - Thanks **@ipbeegle**
- Version plugin api + allow external plugins + move to setup.cfg - `Fixes ` - Thanks **@dwighthubbard**
- Add in support for [plugins] config section with deprecation warning till 4.0
- Add a Maintainers guide + Mission Statement to README.md
- Lots of doc fixes - `Fixes #217-#222` - Thanks **@vinayak-mehta**
- Add last_serial in index.html - `Fixes #141` - Thanks **@rene-d**
- Rewrite of FilterReleasePlugin filter function - `Fixes #196` - Thanks **@rene-d**

## 3.3.1 (2019-04-14)

- Make plugins logs less noisy and more stateful (don't initalize multiple times) - `Fixes #134 #147 #193 #195`
4 changes: 2 additions & 2 deletions src/bandersnatch/__init__.py
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ def version_str(self) -> str:

__version_info__ = _VersionInfo(
major=3,
minor=3,
micro=1,
minor=4,
micro=0,
releaselevel="",
serial=0, # Not currently in use with Bandersnatch versioning
)

0 comments on commit 226a34c

Please sign in to comment.