mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
+3
-2
@@ -3,9 +3,10 @@
|
||||
History
|
||||
-------
|
||||
|
||||
v0.19.0 (2019-XX-XX)
|
||||
v0.18.1 (2019-01-17)
|
||||
....................
|
||||
* add ``ConstrainedBytes`` and ``conbytes`` types #315 @Gr1N
|
||||
* add ``ConstrainedBytes`` and ``conbytes`` types, #315 @Gr1N
|
||||
* adding ``MANIFEST.in`` to include license in package ``.tar.gz``, #358 by @samuelcolvin
|
||||
|
||||
v0.18.0 (2019-01-13)
|
||||
....................
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2017, 2018 Samuel Colvin
|
||||
Copyright (c) 2017, 2018, 2019 Samuel Colvin and other contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
include LICENSE
|
||||
include README.rst
|
||||
include HISTORY.rst
|
||||
+1
-1
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.18')
|
||||
VERSION = StrictVersion('0.18.1')
|
||||
|
||||
Reference in New Issue
Block a user