Skip to content

Commit

Permalink
Release 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Apr 1, 2024
1 parent 8375a1a commit 0c70ca7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bzrignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ __pycache__
./Cargo.lock
./brz
locale
.ruff_cache
2 changes: 1 addition & 1 deletion breezy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
# releaselevel of 'dev' for unreleased under-development code.

version_info = (3, 3, 6, 'dev', 0)
version_info = (3, 3, 6, 'final', 0)


def _format_version_tuple(version_info):
Expand Down
6 changes: 5 additions & 1 deletion doc/en/release-notes/brz-3.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Breezy Release Notes
brz 3.3.6
#########

:3.3.6: UNRELEASED
:3.3.6: 2024-04-01

* Ignore race conditions loading config files. (Jelmer Vernooij)

* Fix tests on Python 3.12. (Jelmer Vernooij)

brz 3.3.5
#########
Expand Down

0 comments on commit 0c70ca7

Please sign in to comment.