소스 검색

Bump release to 0.7.1

JC Brand 11 년 전
부모
커밋
8cd05206cb
5개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      Makefile
  2. 1 1
      bower.json
  3. 1 1
      docs/CHANGES.rst
  4. 2 2
      docs/source/conf.py
  5. 1 1
      package.json

+ 1 - 1
Makefile

@@ -50,7 +50,7 @@ release:
 	sed -i s/v[0-9]\.[0-9]\.[0-9]\.tar\.gz/v$(VERSION)\.tar\.gz/ index.html
 	sed -i s/version\ =\ \'[0-9]\.[0-9]\.[0-9]\'/version\ =\ \'$(VERSION)\'/ docs/source/conf.py
 	sed -i s/release\ =\ \'[0-9]\.[0-9]\.[0-9]\'/release\ =\ \'$(VERSION)\'/ docs/source/conf.py
-	sed -i "s/(Unreleased)/(`date +%Y-%m-%d`)/" CHANGES.rst
+	sed -i "s/(Unreleased)/(`date +%Y-%m-%d`)/" docs/CHANGES.rst
 	grunt minify
 
 clean:

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "converse",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "devDependencies": {
     "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
     "otr": "0.2.7"

+ 1 - 1
docs/CHANGES.rst

@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.7.1 (Unreleased)
+0.7.1 (2013-11-17)
 ------------------
 
 * Don't load OTR crypto if the browser doesn't have a CSRNG [jcbrand]

+ 2 - 2
docs/source/conf.py

@@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
 # built documents.
 #
 # The short X.Y version.
-version = '0.7.0'
+version = '0.7.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.7.0'
+release = '0.7.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "converse.js",
-  "version": "0.7.0",
+  "version": "0.7.1",
   "description": "Browser based XMPP instant messaging client",
   "main": "main.js",
   "directories": {