updated changelog in preparation of v0.9
This commit is contained in:
		
							parent
							
								
									aef37837c5
								
							
						
					
					
						commit
						d216996fe6
					
				@ -1,6 +1,10 @@
 | 
				
			|||||||
Change Log
 | 
					Change Log
 | 
				
			||||||
----------
 | 
					----------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**0.9** (2017-03-02)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- allow the telegram specification to optionally be autodetected
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**0.8** (2017-01-26)
 | 
					**0.8** (2017-01-26)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- added support for DSMR v3
 | 
					- added support for DSMR v3
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -6,7 +6,7 @@ setup(
 | 
				
			|||||||
    author='Nigel Dokter',
 | 
					    author='Nigel Dokter',
 | 
				
			||||||
    author_email='nigeldokter@gmail.com',
 | 
					    author_email='nigeldokter@gmail.com',
 | 
				
			||||||
    url='https://github.com/ndokter/dsmr_parser',
 | 
					    url='https://github.com/ndokter/dsmr_parser',
 | 
				
			||||||
    version='0.8',
 | 
					    version='0.9',
 | 
				
			||||||
    packages=find_packages(),
 | 
					    packages=find_packages(),
 | 
				
			||||||
    install_requires=[
 | 
					    install_requires=[
 | 
				
			||||||
        'pyserial>=3,<4',
 | 
					        'pyserial>=3,<4',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user