Skip to content

Commit 66d7498

Browse files
committed
Releasing 3.3.0
1 parent 1322370 commit 66d7498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2017 Yonel Ceruto Glez
3+
Copyright (c) 2014-2022 Yonel Ceruto Gonzalez
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

django_ajax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
import subprocess
99

10-
VERSION = (3, 2, 0, 'final', 0)
10+
VERSION = (3, 3, 0, 'final', 0)
1111

1212

1313
def get_version(version=None):

0 commit comments

Comments
 (0)