Skip to content

Commit

Permalink
Merge pull request #217 from rkoumis/bump-version-to-3-4-1
Browse files Browse the repository at this point in the history
Bump version: 3.4.0 → 3.4.1
  • Loading branch information
rkoumis authored Nov 14, 2024
2 parents 6fc6135 + 5d162dc commit b1101d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,9 @@ in a sort of pre-release mode.
* Use bump-my-version to update the version and tag (#197)
* Also, use bump-my-version to update the dalton-agent version
* Also, show the dalton controller version on the About page

3.4.1 (2024-11-14)
##################

* Fixed bug with zeek processing. (#213) (#214) (#216)
* Added some unit tests. (#215)
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from app.dalton import dalton_blueprint, ensure_rulesets_exist, setup_dalton_logging
from app.flowsynth import flowsynth_blueprint, setup_flowsynth_logging

__version__ = "3.4.0"
__version__ = "3.4.1"


def create_app(test_config=None):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ignore = ["E501"]
"dalton-agent/dalton-agent.py" = ["B"]

[tool.bumpversion]
current_version = "3.4.0"
current_version = "3.4.1"

commit = true
allow_dirty = false
Expand Down

0 comments on commit b1101d3

Please sign in to comment.