Skip to content

Commit 79d7d9d

Browse files
Update to 0.4.3
1 parent c3af2db commit 79d7d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Transaction Box"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "0.4.2"
41+
PROJECT_NUMBER = "0.4.3"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = "0.4"
8282
# The full version, including alpha/beta/rc tags.
83-
release = "0.4.2"
83+
release = "0.4.3"
8484

8585
extlinks = { 'git': ( 'https://github.com/solidwallofcode/txn_box/tree/{}/%s'.format(release) , '') }
8686

plugin/txn_box.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Import('*')
22
PartName("txn_box")
3-
PartVersion("0.4.2")
3+
PartVersion("0.4.3")
44
env.Part("txn_box.rpm.part")
55

66
ts_ver = Version(env.subst(Component("trafficserver").DelaySubst("$PART_VERSION")))

0 commit comments

Comments
 (0)