Ver código fonte

Bump version, update changelog

master
David Winterbottom 12 anos atrás
pai
commit
f4f58fe58e
2 arquivos alterados com 10 adições e 5 exclusões
  1. 9
    4
      CHANGELOG.rst
  2. 1
    1
      oscar/__init__.py

+ 9
- 4
CHANGELOG.rst Ver arquivo

@@ -2,11 +2,16 @@
2 2
 Changelog
3 3
 =========
4 4
 
5
-0.3.2
6
------
5
+0.3.3 - 2012-08-24
6
+-------------------
7 7
 
8
-* Bug fix for basket calculations
9
-* Bug fix for absolute discount benefit calculations
8
+* Minor bug fixes around category editing and order history.
9
+
10
+0.3.2 - 2012-08-13
11
+------------------
12
+
13
+* Bug fix for basket calculations.
14
+* Bug fix for absolute discount benefit calculations.
10 15
 
11 16
 0.3.1 - 2012-08-08
12 17
 ------------------

+ 1
- 1
oscar/__init__.py Ver arquivo

@@ -3,7 +3,7 @@ import os
3 3
 # Use 'final' as the 4th element to indicate
4 4
 # a full release
5 5
 
6
-VERSION = (0, 3, 2, 'final')
6
+VERSION = (0, 3, 3, 'final')
7 7
 
8 8
 def get_short_version():
9 9
     return '%s.%s' % (VERSION[0], VERSION[1])

Carregando…
Cancelar
Salvar