Skip to content

Commit 8eda9a5

Browse files
committed
Roll version forward to 1.8.2
1 parent 59296f0 commit 8eda9a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = 'Luigi Marini'
2121

2222
# The full version, including alpha/beta/rc tags
23-
release = '1.8.1'
23+
release = '1.8.2'
2424

2525

2626
# -- General configuration ---------------------------------------------------
@@ -87,4 +87,4 @@ def setup(app):
8787
# 'url_resolver': lambda url: github_doc_root + url,
8888
# 'auto_toc_tree_section': 'Contents',
8989
}, True)
90-
app.add_transform(AutoStructify)
90+
app.add_transform(AutoStructify)

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NativePackagerKeys._
1313
object ApplicationBuild extends Build {
1414

1515
val appName = "clowder"
16-
val version = "1.8.1"
16+
val version = "1.8.2"
1717
val jvm = "1.7"
1818

1919
def appVersion: String = {

0 commit comments

Comments
 (0)