diff --git a/LICENSE b/LICENSE index ffd74e3..9730eb8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2017 Yonel Ceruto Glez +Copyright (c) 2014-2022 Yonel Ceruto Gonzalez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/django_ajax/__init__.py b/django_ajax/__init__.py index 1022843..85ca580 100644 --- a/django_ajax/__init__.py +++ b/django_ajax/__init__.py @@ -7,7 +7,7 @@ import os import subprocess -VERSION = (3, 2, 0, 'final', 0) +VERSION = (3, 3, 0, 'final', 0) def get_version(version=None):