Skip to content

Commit 5925667

Browse files
committed
* bump version 0.0.1b23
1 parent a166881 commit 5925667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

djangodav/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
# You should have received a copy of the GNU Affero General Public License
2020
# along with DjangoDav. If not, see <http://www.gnu.org/licenses/>.
2121

22-
VERSION = (0, 0, 1, 'beta', 22)
23-
__version__ = "0.0.1b22"
22+
VERSION = (0, 0, 1, 'beta', 23)
23+
__version__ = "0.0.1b23"

0 commit comments

Comments
 (0)