Skip to content

Commit e644597

Browse files
committed
release 0.0.16
1 parent ee113a0 commit e644597

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* No longer log warnings when no bml version is present in settings.
1515
While this is probably a good idea, in practice it's pretty
1616
annoying.
17-
* tbd...
1817

1918
### 0.0.15
2019
* Add experimental support for references and back-references

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.0.16-dev'
29+
release = '0.0.16'
3030

3131

3232
# -- General configuration ---------------------------------------------------

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bml",
3-
"version": "0.0.16-dev",
3+
"version": "0.0.16",
44
"description": "A stochastic markup language",
55
"author": {
66
"name": "Andrew Yoon",

test/randomSmokeTest.bml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
eval {
22
settings = {
33
renderMarkdown: true,
4-
version: '0.0.16-dev'
4+
version: '0.0.16'
55
};
66

77
function someFunc(match, string, matchIndex) {

0 commit comments

Comments
 (0)